From dc8afb6c3213f74a9d103747f4ea0daa2b98c332 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 7 Jun 2012 18:34:25 +0100 Subject: [PATCH] libxl: remove libxl__error_set prototype The implementation went away in 25181:26f72d923cb9 "libxl: Crash (more sensibly) on malloc failure". Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/libxl/libxl_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index fcb5d99f39..fa4c08ff87 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -1313,8 +1313,6 @@ struct libxl__xen_console_reader { unsigned int index; }; -_hidden int libxl__error_set(libxl__gc *gc, int code); - /* parse the string @s as a sequence of 6 colon separated bytes in to @mac */ _hidden int libxl__parse_mac(const char *s, libxl_mac mac); /* compare mac address @a and @b. 0 if the same, -ve if ab */ -- 2.30.2